Details

Add Lut Lookup Table effect to your camera.

Lut use Shader 3.0

Add it to the Camera GameObject via the Components menuCameraFilterPack > LUT > Simple

*without and with Camera Filter Pack Lut Simple


Property

Range

Default

Lut Texture // Must be a size of 256x16

Manipulate Lut Simple by script

Example:

// Drag and Drop your Camera GameObject 
// with the Lut Simple component 
// to your current script on the CamFX_Lut_Simple field 

public CameraFilterPack_Lut_Simple CamFX_Lut_Simple; 

void Update() 
{
	CamFX_Lut_Plus.Blend =  5f;
}